home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5443 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: mail2news.demon.co.uk!ues5.cern.ch
  2. From: Dan Pop <Dan.Pop@cern.ch>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: What the heck is ...?
  5. Date: Mon, 12 Feb 1996 04:30:40 +0100
  6. Organization: CERN European Lab for Particle Physics
  7. Message-ID: <9602120330.AA07978@ues5.cern.ch>
  8. References: <sconi-1102961642580001@ip-24.newportnet.net>
  9. X-NNTP-Posting-Host: ues5.cern.ch
  10. X-Newsreader: NN version 6.5.0 #7 (NOV)
  11. X-Mail2News-Path: mail1.cern.ch!ues5.cern.ch
  12.  
  13. sconi@superstore.com (Chris Tiee "Chochoni Boboni") writes:
  14.  
  15. >Here's something all the books love to avoid: The use of ... in function
  16. >declarations. For example, one book says that the prototype of printf() is
  17. >
  18. >int printf(const char *fmt_string, ...);
  19. >
  20. >but nowhere in the book does it ever document the meaning or usage of ...
  21. >. (actually, it did document ..., but because it was also a C++ book as
  22. >well, it said that ... is used to catch all the exceptions in exception
  23. >handling). I scrambled through some other C books, but they never made any
  24. >explanations at all.
  25. >
  26. >Doesn't anyone know what it does? I don't like to learn things without
  27. >learning it completely.
  28.  
  29. Then, get a copy of K&R2 and read it.
  30.  
  31. Dan
  32. -- 
  33. Dan Pop
  34. CERN, CN Division
  35. Email: danpop@mail.cern.ch 
  36. Mail:  CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
  37.